const github.com/andybalholm/brotli.maxStaticDictionaryMatchLen
4 uses
github.com/andybalholm/brotli (current package)
h10.go#L173: var dict_matches [maxStaticDictionaryMatchLen + 1]uint32
h10.go#L203: for i = 0; i <= maxStaticDictionaryMatchLen; i++ {
h10.go#L209: var maxlen uint = brotli_min_size_t(maxStaticDictionaryMatchLen, max_length)
static_dict.go#L13: const maxStaticDictionaryMatchLen = 37
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |